home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / misc / emu / AROS_lnx_i386_tgz.readme < prev    next >
Text File  |  1997-08-15  |  3KB  |  97 lines

  1. Short:    AROS - Amiga Replacement OS (Beta release)
  2. Author:   Aaron "Optimizer" Digulla (digulla@aros.fh-konstanz.de) and many others
  3. Uploader: Aaron "Optimizer" Digulla (digulla@aros.fh-konstanz.de)
  4. Version:  1.11
  5. Type:     misc/emu
  6.  
  7. !! THIS IS A BETA !!
  8.  
  9. New this time:
  10. - Bugfixes (as usual)
  11. - Many new functions and libs
  12. - We have the first game for AROS: Moria3D runs after minor changes
  13. - All necessary includes to compile AROS
  14. - Added conditional build (see make.defaults)
  15. - Much faster linking on Unix
  16. - Makefiles are generated from templates
  17. - AROS has Resource Tracking now :-)
  18. - Added a small mini kernel to ease porting
  19. - New libs: math*, diskfont, gadtools
  20. - New logo by Mike Williams
  21. - New unix kernel with only one simple assembler file left
  22. - New technique which allows the hardware dependend part of AROS
  23.   replace›files in other parts of AROS
  24.  
  25. HOW TO USE THIS
  26. ---------------
  27.  
  28. There are two archives:
  29.  
  30.     AROSdev.lha
  31.     AROS-$a-$b.lha
  32.  
  33. $a is the system and $b is the CPU this archive is for, ie.
  34. AROS-linux-i386.lha is the binary archive for linux with Intel CPU (386 and
  35. above), AROS-amiga.lha is the Amiga binary.
  36.  
  37. If you are not involved with developing AROS but want to try it out or
  38. (even better) want to write apps for AROS, get the binary archive. It
  39. contains a ready-to-use copy of all binaries for AROS (not that there
  40. were many, yet ... :-). Unpack the archive, cd into AROS and run
  41. the arosshell (NOTE: For some systeme, there are shared versions of the
  42. libs to save disk space. On these systems, you must tell the loader to
  43. look into AROS/lib for additional libs. On most systems, do "export
  44. LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH" (without the "")).
  45.  
  46. Now you will get a prompt reading "Workbench:> ". Now type "dir all" and
  47. press return and doesn't it look familiar (There will be lots of debugging
  48. output which you can safely ignore. It will go away in the next versions) ?
  49. Try "demowin" to see what our intuition.library and graphics.library can
  50. do. Have you tried "sift" ? This is the AROS version of sift.c which is in
  51. the RKRMs. We just copied and compiled it and it works ! If you want to try
  52. it, copy any IFF file into the AROS directory and call sift with the
  53. name of that file. It will print you the contents of the file using
  54. iffparse.library !
  55.  
  56. WHERE TO FIND MORE INFOS ?
  57. --------------------------
  58.  
  59. Look at these pages on WorldWideWait:
  60.  
  61.     http://aros.fh-konstanz.de/aros/ (Main site)
  62.     http://home.pages.de/~aros/ (Alias for main site)
  63.     http://www.aros.org/ (Alias for main site)
  64.     http://www.lysator.liu.se/amiga/aros/ (Sweden Mirror)
  65.     http://www.xs4all.nl/~ldp/aros/ (AROS for Amiga)
  66.  
  67. If you have FTP, you can also get the most recent version as tar.gz files
  68. (quite smaller than lha) from
  69.  
  70.     ftp://aros.fh-konstanz.de/pub/aros/
  71.  
  72. HOW DO I REPORT BUGS ?
  73. ----------------------
  74.  
  75. There are these EMail addresses where you can send bug reports to:
  76.  
  77.     aros-bugs@aros.fh-konstanz.de
  78.     aros-linux-bugs@aros.fh-konstanz.de
  79.     aros-amiga-bugs@aros.fh-konstanz.de
  80.  
  81. MISC
  82. ----
  83.  
  84. This software is subject to the "Standard Amiga FD-Software Copyright Note".
  85. It is MAILWARE as defined in paragraph 4b.
  86. If you like it and use it regularly please send a message to the
  87. following address:
  88.  
  89.     Aaron "Optimizer" Digulla
  90.     Th.-Heuss-Str. 8
  91.     78467 Konstanz
  92.     Germany
  93.  
  94.     EMail: digulla@aros.fh-konstanz.de
  95.  
  96. For more information please read "AFD-COPYRIGHT" (Version 1 or higher).
  97.